-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update #103: Creation of remote hdmicec client #115
Conversation
db9c508
to
17ffc04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mentioned that your using the cecClient on a pi, where's that?
I don't see any mentioned of that or how it's used, and what it's got todo with a PI.? Isn't it just a client of cecClient, and you can do that on a PI or something else that has HDMI in.
The new versions of these still have issues, the remoteCECClient isn't consistent due to the implementation of the readUntil in the sshConsole. I'll raise a bug ticket to get this fixed. |
Moved stream handling to it's own module and added a receiveMessage method to hdmiCECController
fc14435
to
f25a966
Compare
retries Corrected hdmiController code to consistently use streamToFile's readUnitl method
Changed receiveMessage to checkMessageReceived to allow for a receiveMessage method that returns the received message to be implemented in the future.
a72e3ac
to
3b0d502
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it
The code has moved on to fit other requirements so the review is no longer relevant.
Created new remote-cec-client hdmi cec controller.
Also added a threaded logging function to allow the logModule to write a continuous log stream out to a file.
closes #107